diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-10-13 12:26:37 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-10-13 12:26:37 +0000 |
commit | ee091d2e91ee59aeeefe9a4dcb8b92b85e458a36 (patch) | |
tree | 23d50bc618fc49c84710aad908160221376f2844 /lang/sdcc/files/patch-device-lib-pic-Makefile.rules | |
parent | Upgrade to 0.06. (diff) |
- Update to 2.7.0
- Makefile and plist cleanup.
- Move patches to Makefile and remove files.
- Pet portlint.
PR: ports/116953
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
Approved by: sat (mentor)
Notes
Notes:
svn path=/head/; revision=201392
Diffstat (limited to 'lang/sdcc/files/patch-device-lib-pic-Makefile.rules')
-rw-r--r-- | lang/sdcc/files/patch-device-lib-pic-Makefile.rules | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/sdcc/files/patch-device-lib-pic-Makefile.rules b/lang/sdcc/files/patch-device-lib-pic-Makefile.rules deleted file mode 100644 index 2cca46ac5f16..000000000000 --- a/lang/sdcc/files/patch-device-lib-pic-Makefile.rules +++ /dev/null @@ -1,11 +0,0 @@ ---- device/lib/pic/Makefile.rules.orig Mon May 1 22:47:12 2006 -+++ device/lib/pic/Makefile.rules Thu Jun 29 00:39:50 2006 -@@ -56,7 +56,7 @@ - ifneq (,$(strip $(SUBDIRS))) - recurse : force - $(Q)+for DIR in $(SUBDIRS) ; do \ -- $(GREP) "^$${ARCH}$$" "$${DIR}.ignore" &> /dev/null || ( \ -+ $(GREP) "^$${PICARCH}$$" "$${DIR}.ignore" 2>&1 /dev/null || ( \ - $(MKDIR) "$(top_builddir)$(builddir)/$${DIR}"; \ - $(MAKE) -C "$${DIR}" builddir="$(builddir)/$${DIR}" $(MAKECMDGOALS); \ - ) || exit 1; \ |