diff options
author | Marty Connor <mdc@etherboot.org> | 2006-06-29 17:58:48 +0000 |
---|---|---|
committer | Marty Connor <mdc@etherboot.org> | 2006-06-29 17:58:48 +0000 |
commit | 623f2e7b9d7fd500124169ee9207721b67e2f44f (patch) | |
tree | 5e7a3228f7b6d7a4d085c9453f4218a5129a7bf6 /src/Makefile.housekeeping | |
parent | 8de630c62bdc0f6217e39f248f62e73a3e722b06 (diff) | |
download | ipxe-623f2e7b9d7fd500124169ee9207721b67e2f44f.tar.gz |
Added bin/.blib.list to VERYCLEANUP so .bin directory is made empty
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r-- | src/Makefile.housekeeping | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index c16a642e..9621bb3c 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -267,6 +267,8 @@ endif $(BLIB_LIST) : +VERYCLEANUP += $(BLIB_LIST) + # Library of all objects # BLIB = $(BIN)/blib.a |