mirror of
https://dev.iopsys.eu/iopsys/iopsyswrt.git
synced 2025-12-20 00:52:33 +08:00
Reapply "Don't remove .git"
This reverts commitd05e2d96fc. The revert ofd05e2d96fc(Revert "Don't remove .git", 2024-08-20) created unexpected problems with the fake kernel build used on the Broadcom platform. For the time-being keep the .git directory until a solution is found (i.e reapply i.e. revert the revert). Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
This commit is contained in:
@@ -224,7 +224,6 @@ define DownloadMethod/rawgit
|
||||
(cd $(SUBDIR) && git checkout $(VERSION) && git submodule update --init --recursive) && \
|
||||
echo "Packing checkout..." && \
|
||||
export TAR_TIMESTAMP=`cd $(SUBDIR) && git log -1 --format='@%ct'` && \
|
||||
rm -rf $(SUBDIR)/.git && \
|
||||
$(call dl_tar_pack,$(TMP_DIR)/dl/$(FILE),$(SUBDIR)) && \
|
||||
mv $(TMP_DIR)/dl/$(FILE) $(DL_DIR)/ && \
|
||||
rm -rf $(SUBDIR);
|
||||
|
||||
Reference in New Issue
Block a user