This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

make install does nothing


I have this makefile with the following target (the maMakefile is from
MICO 2.3.10):

...
install:
	for i in $(INSTALLDIRS); do $(MAKE) -C $$i install || exit 1;
done
	if test -f doc/doc.ps; then \
		$(IDIRCMD) $(SHARED_INSTDIR)/doc/mico; \
		$(IMANCMD) doc/doc.ps
$(SHARED_INSTDIR)/doc/mico/manual.ps; \
	fi
	-ldconfig
...

If I do "make install", make responds with "make: 'install' is up to
date. If I rename the target to "install1" it works as expected. Am I
missing something and is this behaviour by design?

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
email: J.Kraaijeveld@Askesis.nl
web: www.askesis.nl 


 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]