mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
Makefile: merge CVS and .svn find invocation
This commit is contained in:
parent
6a262b14ac
commit
e013773645
3
Makefile
3
Makefile
@ -328,8 +328,7 @@ $(PROJECT_BUILD_DIR)/.root:
|
|||||||
fi; \
|
fi; \
|
||||||
touch $(STAGING_DIR)/.fakeroot.00000; \
|
touch $(STAGING_DIR)/.fakeroot.00000; \
|
||||||
fi
|
fi
|
||||||
-find $(TARGET_DIR) -type d -name CVS | xargs rm -rf
|
-find $(TARGET_DIR) -type d -name CVS -o -name .svn | xargs rm -rf
|
||||||
-find $(TARGET_DIR) -type d -name .svn | xargs rm -rf
|
|
||||||
-find $(TARGET_DIR) -type f -name .empty | xargs rm -rf
|
-find $(TARGET_DIR) -type f -name .empty | xargs rm -rf
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user