mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Merge branch 'prefix-clean-2' into 'master'
Remove repo tag on prefix_clean See merge request redox-os/redox!1783
This commit is contained in:
commit
3fd34ecb54
@ -31,7 +31,7 @@ prefix: $(PREFIX)/sysroot
|
||||
|
||||
# Update relibc used for compiling and clean all statically linked recipes
|
||||
prefix_clean: | $(FSTOOLS_TAG)
|
||||
rm -rf $(PREFIX)/relibc $(PREFIX)/sysroot
|
||||
rm -rf $(PREFIX)/relibc $(PREFIX)/sysroot $(REPO_TAG)
|
||||
$(MAKE) c.base,base-initfs,extrautils,kernel,ion,pkgutils,redoxfs,relibc
|
||||
|
||||
PREFIX_STRIP=\
|
||||
|
||||
Loading…
Reference in New Issue
Block a user