From 561df3827e091c5646648a50b94278843a7554aa Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 4 Sep 2008 14:49:53 +0000 Subject: WPS editor: * Simplify Makefile * Get rid of buildall.* * Change library loading behaviour to work with MODEL_NAME Screenshot: * Simplify Makefile config-*.h: * Add MODEL_NAME git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18407 a1c6a512-1295-4272-9138-f99709370657 --- utils/wpseditor/libwps/cleanall.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 utils/wpseditor/libwps/cleanall.sh (limited to 'utils/wpseditor/libwps/cleanall.sh') diff --git a/utils/wpseditor/libwps/cleanall.sh b/utils/wpseditor/libwps/cleanall.sh deleted file mode 100644 index 15b733a6a7..0000000000 --- a/utils/wpseditor/libwps/cleanall.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -cat targets.txt | ( - while read target model - do - make MODEL=$model TARGET=$target clean - done -) -- cgit v1.2.3