comparison Makefile @ 492:f3169b2492f1

Replace GPL python debug script with BSD shell script.
author Rob Landley <rob@landley.net>
date Tue, 21 Feb 2012 21:27:10 -0600
parents 4099d3026e56
children 12c21dc8ad04
comparison
equal deleted inserted replaced
491:176667e320f0 492:f3169b2492f1
20 # Development targets 20 # Development targets
21 baseline: toybox_unstripped 21 baseline: toybox_unstripped
22 @cp toybox_unstripped toybox_old 22 @cp toybox_unstripped toybox_old
23 23
24 bloatcheck: toybox_old toybox_unstripped 24 bloatcheck: toybox_old toybox_unstripped
25 @scripts/bloat-o-meter toybox_old toybox_unstripped 25 @scripts/bloatcheck toybox_old toybox_unstripped
26 26
27 instlist: toybox 27 instlist: toybox
28 $(HOSTCC) $(CCFLAGS) -I . scripts/install.c -o instlist 28 $(HOSTCC) $(CCFLAGS) -I . scripts/install.c -o instlist
29 29
30 install_flat: instlist 30 install_flat: instlist