summaryrefslogtreecommitdiff
path: root/target/squashfs/squashfsroot.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-06-24 08:48:06 +0000
committerEric Andersen <andersen@codepoet.org>2005-06-24 08:48:06 +0000
commit93e6e0735ad5fba5a20bc52290f42d3e7c632d5b (patch)
tree6b6e46709fbf2319d7b6819f2423c40b0a9d698c /target/squashfs/squashfsroot.mk
parent369864cf105bf541f4e42643d6e5647ecea20379 (diff)
The '-r' option has gone away
Diffstat (limited to 'target/squashfs/squashfsroot.mk')
-rw-r--r--target/squashfs/squashfsroot.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/squashfs/squashfsroot.mk b/target/squashfs/squashfsroot.mk
index 09b08066f..4fe2f2d4b 100644
--- a/target/squashfs/squashfsroot.mk
+++ b/target/squashfs/squashfsroot.mk
@@ -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 \