mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
The '-r' option has gone away
This commit is contained in:
@@ -51,8 +51,8 @@ squashfsroot: squashfs host-fakeroot makedevs
|
||||
-i $(STAGING_DIR)/fakeroot.env \
|
||||
-s $(STAGING_DIR)/fakeroot.env -- \
|
||||
$(STAGING_DIR)/bin/makedevs \
|
||||
-r $(TARGET_DIR) \
|
||||
-d target/generic/device_table.txt
|
||||
-d target/generic/device_table.txt \
|
||||
$(TARGET_DIR)
|
||||
# Use fakeroot to fake out mksquashfs per the previous fakery
|
||||
$(STAGING_DIR)/usr/bin/fakeroot \
|
||||
-i $(STAGING_DIR)/fakeroot.env \
|
||||
|
||||
@@ -23,8 +23,8 @@ tarroot: host-fakeroot makedevs
|
||||
-i $(STAGING_DIR)/fakeroot.env \
|
||||
-s $(STAGING_DIR)/fakeroot.env -- \
|
||||
$(STAGING_DIR)/bin/makedevs \
|
||||
-r $(TARGET_DIR) \
|
||||
-d target/generic/device_table.txt
|
||||
-d target/generic/device_table.txt \
|
||||
$(TARGET_DIR)
|
||||
# Use fakeroot to fake out mksquashfs per the previous fakery
|
||||
$(STAGING_DIR)/usr/bin/fakeroot \
|
||||
-i $(STAGING_DIR)/fakeroot.env \
|
||||
|
||||
Reference in New Issue
Block a user