mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix find expression in clean target
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@773 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -62,7 +62,7 @@ info:
|
||||
clean:
|
||||
@printf "Cleaning up for $(ARCH)..."
|
||||
@rm -rf forth.dict.core forthstrap *.dict openbios-*
|
||||
@find . -type f -name "*~" -o -name '*.o' -o -name '*.a' -exec rm \{\} \;
|
||||
@find . -type f \( -name "*~" -o -name '*.o' -o -name '*.a' \) -exec rm \{\} \;
|
||||
@echo " ok"
|
||||
|
||||
build-verbose: info build
|
||||
|
||||
Reference in New Issue
Block a user