bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

.PHONY:


From: Akim Demaille
Subject: .PHONY:
Date: Wed, 21 Apr 2004 11:11:45 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

[Sorry for the delays, I have suffered sysadmin issues.]

1BGDlh-0002d4-23-D

Shouldn't .PHONY be factored in Makefile.in?

~/lectures/tiger-subject % grep .PHONY Makefile.am
.PHONY: diff diffs
~/lectures/tiger-subject % grep .PHONY Makefile.in -A3
.PHONY: all all-am am--refresh check check-am clean clean-generic \
        clean-local dist dist-all dist-bzip2 dist-gzip dist-info \
        dist-shar dist-tarZ dist-zip distcheck distclean \
        distclean-generic distcleancheck distdir distuninstallcheck \
--
.PHONY: diff diffs
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]