diff options
| author | Rob Landley <rob@landley.net> | 2008-03-29 17:25:28 -0500 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2008-03-29 17:25:28 -0500 |
| commit | 09c13c9cf3f87621f621bf320017b89fb69f097a (patch) | |
| tree | 608cd4a6f9d0087128415fcfa15098b754cda121 | |
| parent | 9d243a2efc889f9a171c8af1fc750665c4fb4e1b (diff) | |
| download | toybox-09c13c9cf3f87621f621bf320017b89fb69f097a.tar.gz | |
Wow is make stupid. (Ahem, full of "magic, implicit rules". Which are stupid.)
The directory scripts/test is not related to the script scripts/test.sh. If
the shell script is newer than the directory, IT DOESN'T MATTER.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ toybox toybox_unstripped: .config *.[ch] lib/*.[ch] toys/*.[ch] scripts/* scripts/make.sh .PHONY: clean distclean baseline bloatcheck install install_flat \ - uinstall uninstall_flat test tests help + uinstall uninstall_flat test tests help scripts/test include kconfig/Makefile |
