SOURCES: apparmor-parser-make.patch (NEW) - split all target to smaller parts

arekm arekm at pld-linux.org
Mon Jun 9 15:03:37 CEST 2008


Author: arekm                        Date: Mon Jun  9 13:03:37 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- split all target to smaller parts

---- Files affected:
SOURCES:
   apparmor-parser-make.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/apparmor-parser-make.patch
diff -u /dev/null SOURCES/apparmor-parser-make.patch:1.1
--- /dev/null	Mon Jun  9 15:03:37 2008
+++ SOURCES/apparmor-parser-make.patch	Mon Jun  9 15:03:32 2008
@@ -0,0 +1,17 @@
+--- Makefile.org	2008-06-09 14:59:57.328617929 +0200
++++ Makefile	2008-06-09 15:01:37.766461285 +0200
+@@ -125,9 +125,12 @@
+ techdoc.txt: techdoc/index.html
+ 	w3m -dump $< > $@
+ 
+-all: 	$(TOOLS) $(MANPAGES) ${HTMLMANPAGES} techdoc.pdf techdoc/index.html
++main:	$(TOOLS) $(MANPAGES)
+ 	$(Q)make -C po all
+-	$(Q)make -s tests
++
++docs:	$(MANPAGES) ${HTMLMANPAGES} techdoc.pdf techdoc/index.html
++
++all: 	main docs tests
+ 
+ apparmor_parser: $(OBJECTS) $(PCREOBJECTS) $(AAREOBJECTS)
+ 	rm -f ./libstdc++.a
================================================================


More information about the pld-cvs-commit mailing list