Magellan Linux

Annotation of /trunk/nasm/patches/nasm-2.10-remove-doc-target.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1708 - (hide annotations) (download)
Fri Mar 23 08:58:56 2012 UTC (12 years, 2 months ago) by niro
File size: 1151 byte(s)
-re-diffed patch
1 niro 1708 diff -Naur nasm-2.10/Makefile.in nasm-2.10-magellan/Makefile.in
2     --- nasm-2.10/Makefile.in 2012-03-12 21:44:20.000000000 +0100
3     +++ nasm-2.10-magellan/Makefile.in 2012-03-23 10:52:42.920982932 +0100
4     @@ -49,8 +49,8 @@
5    
6     .SUFFIXES: .c .i .s .$(O) .1 .man
7    
8     -.PHONY: all doc rdf install clean distclean cleaner spotless install_rdf test
9     -.PHONY: install_doc everything install_everything strip perlreq dist tags TAGS
10     +.PHONY: all rdf install clean distclean cleaner spotless install_rdf test
11     +.PHONY: everything install_everything strip perlreq dist tags TAGS
12    
13     .c.$(O):
14     $(CC) -c $(ALL_CFLAGS) -o $@ $<
15     @@ -206,7 +206,6 @@
16    
17     cleaner: clean
18     $(RM) -f $(PERLREQ) *.man nasm.spec
19     - cd doc && $(MAKE) clean
20    
21     spotless: distclean cleaner
22     $(RM) -f doc/Makefile doc/*~ doc/*.bak
23     @@ -233,15 +232,9 @@
24     rdf_install install_rdf:
25     cd rdoff && $(MAKE) install
26    
27     -doc:
28     - cd doc && $(MAKE) all
29     +everything: all rdf
30    
31     -doc_install install_doc:
32     - cd doc && $(MAKE) install
33     -
34     -everything: all doc rdf
35     -
36     -install_everything: everything install install_doc install_rdf
37     +install_everything: everything install install_rdf
38    
39     dist: spotless perlreq spec
40     autoheader