]> git.pld-linux.org Git - packages/apparmor-parser.git/blob - apparmor-parser-make.patch
- split all target to smaller parts
[packages/apparmor-parser.git] / apparmor-parser-make.patch
1 --- Makefile.org        2008-06-09 14:59:57.328617929 +0200
2 +++ Makefile    2008-06-09 15:01:37.766461285 +0200
3 @@ -125,9 +125,12 @@
4  techdoc.txt: techdoc/index.html
5         w3m -dump $< > $@
6  
7 -all:   $(TOOLS) $(MANPAGES) ${HTMLMANPAGES} techdoc.pdf techdoc/index.html
8 +main:  $(TOOLS) $(MANPAGES)
9         $(Q)make -C po all
10 -       $(Q)make -s tests
11 +
12 +docs:  $(MANPAGES) ${HTMLMANPAGES} techdoc.pdf techdoc/index.html
13 +
14 +all:   main docs tests
15  
16  apparmor_parser: $(OBJECTS) $(PCREOBJECTS) $(AAREOBJECTS)
17         rm -f ./libstdc++.a
This page took 0.023203 seconds and 4 git commands to generate.