diff options
| author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-27 20:22:06 +0000 |
|---|---|---|
| committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-27 20:22:06 +0000 |
| commit | de5df0533c0bde20f08d788543feac6915a2a5f7 (patch) | |
| tree | 93bb27024a37f3953b8ae0ecc2af9dc06e0def8c /Makefile | |
| parent | 266e38cc13fe4f1388dfc792349a9dc333b87de6 (diff) | |
| download | crosstool-ng-de5df0533c0bde20f08d788543feac6915a2a5f7.tar.gz crosstool-ng-de5df0533c0bde20f08d788543feac6915a2a5f7.tar.bz2 crosstool-ng-de5df0533c0bde20f08d788543feac6915a2a5f7.zip | |
Merge the NPTL stuff.
That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later...
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -31,10 +31,15 @@ help:: @echo ' distclean - Remove generated files, configuration and build directories' include $(CT_TOP_DIR)/tools/Makefile +include $(CT_TOP_DIR)/Makefile.steps help:: @echo 'Distribution targets:' @echo ' tarball - Build a tarball of the configured toolchain' + @echo '' + @echo 'Environement variables:' + @echo ' STOP - Stop the build just after this step' + @echo ' RESTART - Restart the build just before this step' @echo @echo 'Environement variables:' @echo ' STOP - Stop the build just after this step' @@ -56,4 +61,5 @@ tarball: .PHONY: distclean distclean:: clean @rm -f .config* ..config.tmp + @rm -f log.* @rm -rf "$(CT_TOP_DIR)/targets" |
