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-Makefile.in | |
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-Makefile.in')
-rw-r--r-- | lang/sdcc/files/patch-device-lib-Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/sdcc/files/patch-device-lib-Makefile.in b/lang/sdcc/files/patch-device-lib-Makefile.in index 9d0730ac6ceb..590ba7ab1e6f 100644 --- a/lang/sdcc/files/patch-device-lib-Makefile.in +++ b/lang/sdcc/files/patch-device-lib-Makefile.in @@ -1,6 +1,6 @@ ---- device/lib/Makefile.in.orig Sat Jun 17 16:43:52 2006 -+++ device/lib/Makefile.in Wed Jun 28 19:08:03 2006 -@@ -337,23 +337,6 @@ +--- device/lib/Makefile.in.orig 2007-09-28 16:29:43.000000000 +0200 ++++ device/lib/Makefile.in 2007-09-28 16:30:14.000000000 +0200 +@@ -345,23 +345,6 @@ # --------------------------------------------------- install: all installdirs $(CP_U) -r $(BUILDDIR)/* $(sdcc_libdir) @@ -14,17 +14,17 @@ - \( -name '*.rel' -o -name '*.dump*' -o -name '*.sym' -o -name '*.o' -o -name '*.lib' -o \ - -name '*.lst' -o -name '*.asm' -o -name '.svn' -o -name 'build' -o -name 'bin' -o \ - -name 'Makefile*' \) \ -- -exec rm -r {} \; ; \ +- -exec rm -rf {}+ \; ; \ - done - find $(sdcc_libdir)/src/mcs51 -depth \ - \( -name '*.rel' -o -name '*.dump*' -o -name '*.sym' -o -name '*.o' -o -name '*.lib' -o \ - -name '*.lst' -o -name '.svn' -o -name 'build' -o -name 'bin' -o \ - -name 'Makefile*' \) \ -- -exec rm -r {} \; +- -exec rm -rf {}+ \; # Deleting all the installed files # -------------------------------- -@@ -374,14 +357,6 @@ +@@ -382,14 +365,6 @@ # --------------------------------- installdirs: [ -d $(sdcc_libdir) ] || mkdir -p $(sdcc_libdir) |