|
@@ -220,7 +220,7 @@ qemu-%.tar.bz2:
|
|
|
|
|
|
distclean: clean recurse-distclean
|
|
distclean: clean recurse-distclean
|
|
-$(quiet-@)test -f build.ninja && $(NINJA) $(NINJAFLAGS) -t clean -g || :
|
|
-$(quiet-@)test -f build.ninja && $(NINJA) $(NINJAFLAGS) -t clean -g || :
|
|
- rm -f config-host.mak Makefile.prereqs qemu-bundle
|
|
|
|
|
|
+ rm -f config-host.mak Makefile.prereqs
|
|
rm -f tests/tcg/*/config-target.mak tests/tcg/config-host.mak
|
|
rm -f tests/tcg/*/config-target.mak tests/tcg/config-host.mak
|
|
rm -f config.status
|
|
rm -f config.status
|
|
rm -f roms/seabios/config.mak
|
|
rm -f roms/seabios/config.mak
|
|
@@ -230,7 +230,7 @@ distclean: clean recurse-distclean
|
|
rm -f Makefile.ninja Makefile.mtest build.ninja.stamp meson.stamp
|
|
rm -f Makefile.ninja Makefile.mtest build.ninja.stamp meson.stamp
|
|
rm -f config.log
|
|
rm -f config.log
|
|
rm -f linux-headers/asm
|
|
rm -f linux-headers/asm
|
|
- rm -Rf .sdk
|
|
|
|
|
|
+ rm -Rf .sdk qemu-bundle
|
|
|
|
|
|
find-src-path = find "$(SRC_PATH)" -path "$(SRC_PATH)/meson" -prune -o \
|
|
find-src-path = find "$(SRC_PATH)" -path "$(SRC_PATH)/meson" -prune -o \
|
|
-type l -prune -o \( -name "*.[chsS]" -o -name "*.[ch].inc" \)
|
|
-type l -prune -o \( -name "*.[chsS]" -o -name "*.[ch].inc" \)
|