Module Name:    src
Committed By:   mrg
Date:           Thu Feb 22 02:10:30 UTC 2024

Modified Files:
        src/external/mit/isl/dist: Makefile.in

Log Message:
apply some NetBSD_DISABLED_*


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/isl/dist/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/mit/isl/dist/Makefile.in
diff -u src/external/mit/isl/dist/Makefile.in:1.1.1.1 src/external/mit/isl/dist/Makefile.in:1.2
--- src/external/mit/isl/dist/Makefile.in:1.1.1.1	Fri Dec 29 22:07:40 2023
+++ src/external/mit/isl/dist/Makefile.in	Thu Feb 22 02:10:30 2024
@@ -1652,8 +1652,12 @@ $(top_builddir)/config.status: $(top_src
 	$(SHELL) ./config.status --recheck
 
 $(top_srcdir)/configure:  $(am__configure_deps)
+	@echo "NOT REBUILDING $@"
+NetBSD_DISABLED_configure:
 	$(am__cd) $(srcdir) && $(AUTOCONF)
 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	@echo "NOT REBUILDING $@"
+NetBSD_DISABLED_aclocal.m4:
 	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 $(am__aclocal_m4_deps):
 
@@ -1665,6 +1669,8 @@ stamp-h1: $(srcdir)/isl_config.h.in $(to
 	@rm -f stamp-h1
 	cd $(top_builddir) && $(SHELL) ./config.status isl_config.h
 $(srcdir)/isl_config.h.in:  $(am__configure_deps) 
+	@echo "NOT REBUILDING $@"
+NetBSD_DISABLED_isl_config.h.in:
 	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 	rm -f stamp-h1
 	touch $@

Reply via email to