Changeset 284 in kBuild for branches/GNU/src/gmake/tests/scripts/variables/MAKE
- Timestamp:
- May 16, 2005 4:54:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake/tests/scripts/variables/MAKE
r53 r284 1 # -*-perl-*- 2 1 3 $description = "The following test creates a makefile to test MAKE \n" 2 4 ."(very generic)"; … … 27 29 &run_make_with_options($makefile,"",&get_logfile,0); 28 30 29 & delete("foo");31 &rmfiles("foo"); 30 32 # COMPARE RESULTS 31 33 &compare_output($answer,&get_logfile(1));
Note:
See TracChangeset
for help on using the changeset viewer.

