mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Remove obsolete references to SOURCE_DIR
This commit is contained in:
parent
275fcee617
commit
3f284171c5
4
Makefile
4
Makefile
@ -102,8 +102,8 @@ $(STAGING_DIR):
|
|||||||
|
|
||||||
$(TARGET_DIR):
|
$(TARGET_DIR):
|
||||||
rm -rf $(TARGET_DIR)
|
rm -rf $(TARGET_DIR)
|
||||||
zcat $(SOURCE_DIR)/skel.tar.gz | tar -C $(BUILD_DIR) -xf -
|
zcat target/default/skel.tar.gz | tar -C $(BUILD_DIR) -xf -
|
||||||
cp -a $(SOURCE_DIR)/target_skeleton/* $(TARGET_DIR)/
|
cp -a target/default/target_skeleton/* $(TARGET_DIR)/
|
||||||
-find $(TARGET_DIR) -type d -name CVS -exec rm -rf {} \; > /dev/null 2>&1
|
-find $(TARGET_DIR) -type d -name CVS -exec rm -rf {} \; > /dev/null 2>&1
|
||||||
|
|
||||||
source: $(TARGETS_SOURCE)
|
source: $(TARGETS_SOURCE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user