Browse Source

The '-r' option has gone away

Eric Andersen 20 years ago
parent
commit
93e6e0735a
2 changed files with 4 additions and 4 deletions
  1. 2 2
      target/squashfs/squashfsroot.mk
  2. 2 2
      target/tar/tarroot.mk

+ 2 - 2
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 \

+ 2 - 2
target/tar/tarroot.mk

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