]> git.pld-linux.org Git - packages/cipe.git/commitdiff
- add "modules" target
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Fri, 26 Apr 2002 08:32:59 +0000 (08:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cipe-makefile.patch -> 1.2

cipe-makefile.patch

index d24ea7fb1dd23952422b39ec58a94ae545c2e780..2431002c37eb692edfceee9bfd2c0cbee3c1bc9d 100644 (file)
        fi
  
  clean:
+diff -Naur cipe-1.5.2/conf/Makefile-obj.in cipe-1.5.2-p/conf/Makefile-obj.in
+--- cipe-1.5.2/conf/Makefile-obj.in    Fri Apr 26 10:29:53 2002
++++ cipe-1.5.2-p/conf/Makefile-obj.in  Fri Apr 26 10:22:33 2002
+@@ -40,6 +40,8 @@
+ all:: $(MODULE) $(CIPED)
++modules:: $(MODULE)
++
+ install:: all
+       -mkdir -p $(MODDIR) $(BINDIR)
+       install -m 644 $(MODULE) $(MODDIR)
+diff -Naur cipe-1.5.2/conf/Makefile-top.in cipe-1.5.2-p/conf/Makefile-top.in
+--- cipe-1.5.2/conf/Makefile-top.in    Fri Apr 26 10:30:00 2002
++++ cipe-1.5.2-p/conf/Makefile-top.in  Fri Apr 26 10:22:22 2002
+@@ -23,6 +23,9 @@
+ default: all
++modules:
++      $(MAKE) -C $(BUILD) modules
++
+ SRCS:=        cipe.h crypto.h \
+       ciped.c ciped.h ioctl.c ioctl.h options.in genoptions.pl \
+       module.c device.c sock.c output.c encaps.c \
This page took 0.087487 seconds and 4 git commands to generate.