mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
- Simplify patch-cvs-6-pidfile_mask. It's enough to hard code 0644 as parmissions for a pidfile. Approved by: maintainer
42 lines
1.3 KiB
Text
42 lines
1.3 KiB
Text
--- Makefile.in.orig 2007-10-16 14:26:18.000000000 +0400
|
|
+++ Makefile.in 2007-10-16 14:25:58.000000000 +0400
|
|
@@ -244,39 +244,6 @@
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
|
|
.SUFFIXES:
|
|
-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) --gnu '; \
|
|
- cd $(srcdir) && $(AUTOMAKE) --gnu \
|
|
- && exit 0; \
|
|
- exit 1;; \
|
|
- esac; \
|
|
- done; \
|
|
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
|
|
- cd $(top_srcdir) && \
|
|
- $(AUTOMAKE) --gnu 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)
|
|
- cd $(srcdir) && $(AUTOCONF)
|
|
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
|
|
|
config.h: stamp-h1
|
|
@if test ! -f $@; then \
|