mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Remove superfluous re-runs of the configure script during build/stage phases
Approved by: thierry (mentor)
This commit is contained in:
parent
e10775c29a
commit
4f70231c9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354463
68
audio/pms/files/patch-Makefile.in
Normal file
68
audio/pms/files/patch-Makefile.in
Normal file
@ -0,0 +1,68 @@
|
||||
--- Makefile.in.orig 2010-05-14 13:49:13.000000000 +0200
|
||||
+++ Makefile.in 2014-05-18 13:35:32.621813124 +0200
|
||||
@@ -238,55 +238,19 @@
|
||||
.SUFFIXES: .c .cpp .o .obj
|
||||
am--refresh:
|
||||
@:
|
||||
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
- @for dep in $?; do \
|
||||
- case '$(am__configure_deps)' in \
|
||||
- *$$dep*) \
|
||||
- echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
|
||||
- $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
|
||||
- && exit 0; \
|
||||
- exit 1;; \
|
||||
- esac; \
|
||||
- done; \
|
||||
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
||||
- $(am__cd) $(top_srcdir) && \
|
||||
- $(AUTOMAKE) --foreign Makefile
|
||||
-.PRECIOUS: Makefile
|
||||
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
- @case '$?' in \
|
||||
- *config.status*) \
|
||||
- echo ' $(SHELL) ./config.status'; \
|
||||
- $(SHELL) ./config.status;; \
|
||||
- *) \
|
||||
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
||||
- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
||||
- esac;
|
||||
-
|
||||
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
- $(SHELL) ./config.status --recheck
|
||||
-
|
||||
-$(top_srcdir)/configure: $(am__configure_deps)
|
||||
- $(am__cd) $(srcdir) && $(AUTOCONF)
|
||||
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
- $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
||||
-$(am__aclocal_m4_deps):
|
||||
-
|
||||
-config.h: stamp-h1
|
||||
- @if test ! -f $@; then \
|
||||
- rm -f stamp-h1; \
|
||||
- $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
|
||||
- else :; fi
|
||||
+$(srcdir)/Makefile.in:
|
||||
+
|
||||
+Makefile:
|
||||
+
|
||||
+$(top_builddir)/config.status:
|
||||
+
|
||||
+$(top_srcdir)/configure:
|
||||
+
|
||||
+config.h:
|
||||
|
||||
-stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
||||
- @rm -f stamp-h1
|
||||
- cd $(top_builddir) && $(SHELL) ./config.status config.h
|
||||
-$(srcdir)/config.h.in: $(am__configure_deps)
|
||||
- ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
||||
- rm -f stamp-h1
|
||||
- touch $@
|
||||
+stamp-h1:
|
||||
|
||||
distclean-hdr:
|
||||
- -rm -f config.h stamp-h1
|
||||
install-binPROGRAMS: $(bin_PROGRAMS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
|
Loading…
Reference in New Issue
Block a user