Disable rebuilding files in the source tree.
This commit is contained in:
parent
e8ad09e0b7
commit
b799ebe187
|
@ -634,6 +634,8 @@ uninstall-info: uninstall-info-recursive
|
|||
all-local: $(srcdir)/../build-aux/config.rpath
|
||||
|
||||
$(srcdir)/../build-aux/config.rpath: $(srcdir)/config.rpath
|
||||
@echo "NOT REBUILDING $@"
|
||||
NetBSD_DISABLED_build-aux_config.rpath:
|
||||
cp $(srcdir)/config.rpath $(srcdir)/../build-aux/config.rpath
|
||||
|
||||
# The AC_CONFIG_AUX_DIR argument in the tests/rpath*/configure.ac files is
|
||||
|
|
|
@ -780,6 +780,8 @@ uninstall-info: uninstall-info-recursive
|
|||
all-local: ABOUT-NLS
|
||||
|
||||
ABOUT-NLS: $(srcdir)/doc/nls.texi $(srcdir)/doc/matrix.texi
|
||||
@echo "NOT REBUILDING $@"
|
||||
NetBSD_DISABLED_ABOUT-NLS:
|
||||
rm -f $(srcdir)/ABOUT-NLS \
|
||||
&& $(MAKEINFO) --output=$(srcdir)/ABOUT-NLS --no-header \
|
||||
-I $(srcdir)/doc --no-validate nls.texi
|
||||
|
|
Loading…
Reference in New Issue