]> git.pld-linux.org Git - packages/bcc.git/commitdiff
- updated for 0.16.15
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 27 Jan 2004 22:03:37 +0000 (22:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Dev86src-noroot.patch -> 1.3
    Dev86src-opt.patch -> 1.3

Dev86src-noroot.patch
Dev86src-opt.patch

index abc2e1c3c95ec54117051db14f910c6177cc40c2..f0d6e36e1b462014333813cdf6e1c57cc8807aa2 100644 (file)
@@ -1,6 +1,5 @@
-diff -urN dev86-0.16.0.org/elksemu/Makefile dev86-0.16.0/elksemu/Makefile
---- dev86-0.16.0.org/elksemu/Makefile  Mon Nov  5 10:12:46 2001
-+++ dev86-0.16.0/elksemu/Makefile      Mon Nov  5 10:13:12 2001
+--- dev86-0.16.15.org/elksemu/Makefile Mon Nov  5 10:12:46 2001
++++ dev86-0.16.15/elksemu/Makefile     Mon Nov  5 10:13:12 2001
 @@ -39,7 +39,7 @@
  # to redirect.
  install: elksemu
@@ -10,26 +9,3 @@ diff -urN dev86-0.16.0.org/elksemu/Makefile dev86-0.16.0/elksemu/Makefile
  
  clean realclean:
        rm -f $(OBJ) binfmt_elks.o elksemu call_tab.v defn_tab.v
-diff -urN dev86-0.16.0.org/makefile.in dev86-0.16.0/makefile.in
---- dev86-0.16.0.org/makefile.in       Mon Nov  5 10:12:47 2001
-+++ dev86-0.16.0/makefile.in   Mon Nov  5 10:14:00 2001
-@@ -68,13 +68,13 @@
- # Yet again other systems have general weirdness here.
- #ifdef __linux__
--INDAT=-o root -g root -m 644
--INEXE=-o root -g root -m 755 -s
--INSCR=-o root -g root -m 755
-+INDAT=-m 644
-+INEXE=-m 755
-+INSCR=-m 755
- #else
--INDAT=-m 644
--INEXE=-m 755
--INSCR=-m 755
-+INDAT=-m 644
-+INEXE=-m 755
-+INSCR=-m 755
- #endif
- #ifdef GNUMAKE
index 930fe9c7ce58f1cbd155107680e3fdb9a228d51b..c5945b38d9be065904db0d0e3d53a9150f2bc759 100644 (file)
@@ -10,12 +10,12 @@ diff -Nur dev86-0.16.0.orig/libbsd/Make.defs dev86-0.16.0/libbsd/Make.defs
  WALL= -ansi -pedantic -Wwrite-strings -Wpointer-arith -Wcast-qual \
        -Wcast-align -Wtraditional -Wstrict-prototypes -Wmissing-prototypes \
        -Wnested-externs -Winline -Wshadow
---- dev86-0.16.8/Makefile.orig Tue Aug 27 21:54:49 2002
-+++ dev86-0.16.8/Makefile      Tue Aug 27 21:57:17 2002
+--- dev86-0.16.15/Makefile.orig        Tue Aug 27 21:54:49 2002
++++ dev86-0.16.15/Makefile     Tue Aug 27 21:57:17 2002
 @@ -16,7 +16,7 @@
- LIBPRE=  $(PREFIX)
- BINDIR=        $(PREFIX)/bin
- LIBDIR=  $(LIBPRE)/lib/bcc
+ INCLDIR= $(PREFIX)/lib/bcc
+ ASLDDIR= $(BINDIR)
+ MANDIR=        $(PREFIX)/man
 -CFLAGS=  -O
 +CFLAGS=  $(OPT)
  
This page took 0.065966 seconds and 4 git commands to generate.