unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* makefile cruft
@ 2002-03-13  1:30 Thien-Thi Nguyen
  0 siblings, 0 replies; 2+ messages in thread
From: Thien-Thi Nguyen @ 2002-03-13  1:30 UTC (permalink / raw)


i notice in some guile makefiles:

  SOME-COMMAND > $@ || { rm $@; false; }

can this be replaced equiavalently w/ simply:

  SOME-COMMAND > $@

?  won't make(1) automatically remove $@ if SOME-COMMMAND fails?
is this some kind of kludge for broken make programs?

thi

_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-13  1:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E16kxaj-0003hr-00@giblet>
2002-03-13  1:50 ` makefile cruft Thien-Thi Nguyen
2002-03-13  1:30 Thien-Thi Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).