Subject: how to make make(1) run the same target multiple times?
To: None <netbsd-help@netbsd.org>
From: Jukka Salmi <j+nbsd@2006.salmi.ch>
List: netbsd-help
Date: 02/12/2006 19:48:44
Hi,
I need to run something like
$ make clean
$ make build
$ make clean
on sources I can't change, but I only want to invoke make(1) once.
Running
$ make clean build clean
doesn't work since `clean' is only run once then (why?). And
unfortunately `build' doesn't depend on `clean'...
Is it possible to achieve this using a single make command?
TIA, Jukka
--
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~