mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Remove base-initfs from prefix_clean
This commit is contained in:
parent
6bfad9803e
commit
ba681c1942
@ -32,7 +32,7 @@ prefix_clean:
|
||||
# Remove relibc in sysroot and all statically linked recipes
|
||||
static_clean: | $(FSTOOLS_TAG)
|
||||
$(MAKE) c.relibc
|
||||
$(MAKE) c.base,base-initfs,extrautils,kernel,redoxfs
|
||||
$(MAKE) c.base,extrautils,kernel,redoxfs
|
||||
$(MAKE) c.bash,luajit,gettext,openssl1,openssl3,pcre2,sdl1,zstd,zlib,bzip2,xz
|
||||
$(MAKE) c.expat,freetype2,libffi,libiconv,libjpeg,liborbital,libpng,libxml2,ncurses,ncursesw
|
||||
rm -rf $(REPO_TAG)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user