Commit Graph

7 Commits

Author SHA1 Message Date
Peter Korsgaard e337d002fe package/: remove redundant install-strip in *_TARGET_INSTALL_OPT
It's default now.
2008-10-20 11:53:16 +00:00
Peter Korsgaard 5fb25de717 blackbox: use := assignments 2008-08-26 20:47:05 +00:00
Peter Korsgaard dda7688100 blackbox: cleanup redundant configure args 2008-08-26 20:46:58 +00:00
Peter Korsgaard ecb94d810c blackbox: use install-strip for target install 2008-08-26 20:46:55 +00:00
Peter Korsgaard 91fca34777 blackbox: use BR2_SOURCEFORGE_MIRROR
Don't hardcode specific sourceforge mirrors.
2008-08-26 20:46:51 +00:00
Peter Korsgaard 02a623ddf9 buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
John Voltz 4284f53edd added blackbox window manager 2008-03-06 17:55:26 +00:00