Module Name:    src
Committed By:   apb
Date:           Sun Sep 25 19:40:36 UTC 2011

Modified Files:
        src/external/gpl3/binutils/dist/binutils/doc: Makefile.in

Log Message:
Disable rebuilding of elfedit.1


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/external/gpl3/binutils/dist/binutils/doc/Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/dist/binutils/doc/Makefile.in
diff -u src/external/gpl3/binutils/dist/binutils/doc/Makefile.in:1.4 src/external/gpl3/binutils/dist/binutils/doc/Makefile.in:1.5
--- src/external/gpl3/binutils/dist/binutils/doc/Makefile.in:1.4	Sun Sep 25 04:32:36 2011
+++ src/external/gpl3/binutils/dist/binutils/doc/Makefile.in	Sun Sep 25 19:40:36 2011
@@ -842,6 +842,8 @@ NetBSD_DISABLED_strip.1:
 	rm -f strip.pod
 
 elfedit.1:	$(binutils_TEXI) $(binutils_TEXINFOS)
+	@echo "NOT REBUILDING $@"
+NetBSD_DISABLED_elfedit.1:
 	touch $@
 	-$(TEXI2POD) $(MANCONF) -Delfedit < $(binutils_TEXI) > elfedit.pod
 	-($(POD2MAN) elfedit.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \

Reply via email to