Changeset 903 in kBuild for trunk/src/gmakenew/tests/scripts/variables
- Timestamp:
- May 23, 2007 5:31:19 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmakenew/tests/scripts/variables/automatic
r503 r903 96 96 # considered reasons for the target to be rebuilt. 97 97 # 98 # This was undone due to Savannah bug #16002. We'll re-do it in the next 99 # release. See Savannah bug #16051. 98 # See also Savannah bugs #16002 and #16051. 100 99 101 #touch('foo');102 # 103 #run_make_test('104 #foo: bar ; @echo "\$$? = $?"105 #bar: ;',106 #'',107 #'$? = bar');108 # 109 #unlink('foo');100 touch('foo'); 101 102 run_make_test(' 103 foo: bar ; @echo "\$$? = $?" 104 bar: ;', 105 '', 106 '$? = bar'); 107 108 unlink('foo'); 110 109 111 110 1;
Note:
See TracChangeset
for help on using the changeset viewer.