Module Name: src
Committed By: mrg
Date: Sun Apr 19 10:22:10 UTC 2009
Modified Files:
src/dist/file: Makefile.in
Log Message:
add a NetBSD_DISABLED_* target for config.h.in.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/dist/file/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/dist/file/Makefile.in
diff -u src/dist/file/Makefile.in:1.15 src/dist/file/Makefile.in:1.16
--- src/dist/file/Makefile.in:1.15 Sat Aug 30 12:16:51 2008
+++ src/dist/file/Makefile.in Sun Apr 19 10:22:10 2009
@@ -229,6 +229,8 @@
@rm -f stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status config.h
$(srcdir)/config.h.in: $(am__configure_deps)
+ @echo "NOT REBUILDING $@"
+NetBSD_DISABLED_srcdir_config.h.in:
cd $(top_srcdir) && $(AUTOHEADER)
rm -f stamp-h1
touch $@