]> rtime.felk.cvut.cz Git - omk.git/commit
Add test for bug in bin_SCRIPTS handling
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 22 Feb 2011 15:18:38 +0000 (16:18 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 22 Feb 2011 15:18:38 +0000 (16:18 +0100)
commit67a1e96e07c2ebc6a37c7956c8528ae066b4a754
tree0bfd978af1c8665163fb36adb3b1521277be412f
parentc64425023fe4844aafab0dba973bb972badcb6cc
Add test for bug in bin_SCRIPTS handling

when the name of a script is 'x' and there is a newer file 'x.c' in the
same directory then make applies built-in implicit rules and attempts
to recreate x from x.c. This should not happen.
tests/bin_scripts.sh