mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
system: fix typo in comment
Fix "TARTGET_DIR" -> "TARGET_DIR" typo. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
9018402c2c
commit
20080af519
@@ -60,7 +60,7 @@ endef
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# This function rsyncs the skeleton directory in $(1) to the destination
|
# This function rsyncs the skeleton directory in $(1) to the destination
|
||||||
# in $(2), which should be either $(TARTGET_DIR) or $(STAGING_DIR)
|
# in $(2), which should be either $(TARGET_DIR) or $(STAGING_DIR)
|
||||||
define SYSTEM_RSYNC
|
define SYSTEM_RSYNC
|
||||||
rsync -a --ignore-times $(RSYNC_VCS_EXCLUSIONS) \
|
rsync -a --ignore-times $(RSYNC_VCS_EXCLUSIONS) \
|
||||||
--chmod=u=rwX,go=rX --exclude .empty --exclude '*~' \
|
--chmod=u=rwX,go=rX --exclude .empty --exclude '*~' \
|
||||||
|
|||||||
Reference in New Issue
Block a user