help-make
[Top][All Lists]
Advanced

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

RE: weird output from Make


From: Paul D. Smith
Subject: RE: weird output from Make
Date: Wed, 3 Nov 2004 17:09:04 -0500

%% "Yanghui Bian" <address@hidden> writes:

  yb> So Make takes the explicit rule as the implicity rule. 

Not sure what you mean: there's no explicit rule in your makefile...?

However, make should be smarter about trying to unlink a directory.

  >> .PHONY: %-test
  >> %-test: %/test
  >>        @echo "sssssssssss"
  >> 
  >> %/test:
  >>        mkdir -p $*/test

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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