diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-08-30 17:03:25 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-08-30 17:03:25 +0200 |
commit | 0e47c219fc5c509f277c9a44f2d29362fff88193 (patch) | |
tree | 345012dbc6fd395c339601e0a0cd63d1015959ba /test/simple-build-check.sh | |
parent | 264ccb68ee070adcb7b38b3a139adf018ba9089e (diff) |
Makefile: remove all the duplicated rules
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'test/simple-build-check.sh')
-rwxr-xr-x | test/simple-build-check.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/simple-build-check.sh b/test/simple-build-check.sh index 0112ef78e2..ec18e51a0c 100755 --- a/test/simple-build-check.sh +++ b/test/simple-build-check.sh @@ -36,4 +36,3 @@ make all $MAKEOPTS USE_KLIBC=true USE_LOG=false EXTRAS="$EXTRAS" KERNEL_DIR="$KE echo -e "\n\n" make spotless EXTRAS="$EXTRAS" >/dev/null -echo "build test completed successfully" |