mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-28 03:44:33 +00:00
add make-4.3.tar.gz
This commit is contained in:
parent
0a0997a872
commit
19f70a154e
458 changed files with 239669 additions and 0 deletions
19
third_party/make/tests/scripts/targets/FORCE
vendored
Normal file
19
third_party/make/tests/scripts/targets/FORCE
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# -*-perl-*-
|
||||
|
||||
$description = "The following tests rules without Commands or Dependencies.";
|
||||
|
||||
# Create a file named "clean". This is the same name as the target clean
|
||||
# and tricks the target into thinking that it is up to date. (Unless you
|
||||
# use the .PHONY target.
|
||||
touch('clean');
|
||||
|
||||
run_make_test(qq!
|
||||
.IGNORE :
|
||||
clean: FORCE ; $CMD_rmfile clean
|
||||
FORCE:
|
||||
!,
|
||||
'', "$CMD_rmfile clean");
|
||||
|
||||
rmfiles('clean');
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue