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>
(cherry picked from commit 20080af519)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
6f8f031cef
commit
829b1819fc
@@ -60,7 +60,7 @@ endef
|
||||
endif
|
||||
|
||||
# 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
|
||||
rsync -a --ignore-times $(RSYNC_VCS_EXCLUSIONS) \
|
||||
--chmod=u=rwX,go=rX --exclude .empty --exclude '*~' \
|
||||
|
||||
Reference in New Issue
Block a user