comparison Makefile @ 288:e75dac368375

Try to convince make to be less stupid about rebuilding.
author Rob Landley <rob@landley.net>
date Sun, 04 May 2008 16:20:15 -0500
parents e711e375e9c6
children fa6ee51281ca
comparison
equal deleted inserted replaced
287:977302071875 288:e75dac368375
1 # Makefile for toybox. 1 # Makefile for toybox.
2 # Copyright 2006 Rob Landley <rob@landley.net> 2 # Copyright 2006 Rob Landley <rob@landley.net>
3 3
4 all: toybox 4 all: toybox
5 5
6 toybox toybox_unstripped: .config *.[ch] lib/*.[ch] toys/*.[ch] scripts/* 6 toybox toybox_unstripped: .config *.[ch] lib/*.[ch] toys/*.[ch] scripts/*.sh
7 scripts/make.sh 7 scripts/make.sh
8 8
9 .PHONY: clean distclean baseline bloatcheck install install_flat \ 9 .PHONY: clean distclean baseline bloatcheck install install_flat \
10 uinstall uninstall_flat test tests help scripts/test 10 uinstall uninstall_flat test tests help scripts/test
11 11