]> git.pld-linux.org Git - packages/apparmor-parser.git/commitdiff
- split all target to smaller parts
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 9 Jun 2008 13:03:32 +0000 (13:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apparmor-parser-make.patch -> 1.1

apparmor-parser-make.patch [new file with mode: 0644]

diff --git a/apparmor-parser-make.patch b/apparmor-parser-make.patch
new file mode 100644 (file)
index 0000000..1532032
--- /dev/null
@@ -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
This page took 0.135906 seconds and 4 git commands to generate.