
Author: blueswirl Date: Sat May 22 15:34:08 2010 New Revision: 773 URL: http://tracker.coreboot.org/trac/openbios/changeset/773 Log: Fix find expression in clean target Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Modified: trunk/openbios-devel/Makefile.target Modified: trunk/openbios-devel/Makefile.target ============================================================================== --- trunk/openbios-devel/Makefile.target Fri May 21 13:07:53 2010 (r772) +++ trunk/openbios-devel/Makefile.target Sat May 22 15:34:08 2010 (r773) @@ -62,7 +62,7 @@ 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
participants (1)
-
repository service