The '-r' option has gone away

This commit is contained in:
Eric Andersen 2005-06-24 08:48:06 +00:00
parent 369864cf10
commit 93e6e0735a
2 changed files with 4 additions and 4 deletions

View File

@ -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 \

View File

@ -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 \