mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
Restore a necessary mkdir dropped by the previous change
svn path=/dists/sid/linux/; revision=19115
This commit is contained in:
1
debian/rules.real
vendored
1
debian/rules.real
vendored
@@ -104,6 +104,7 @@ $(STAMPS_DIR)/source_%: $(STAMPS_DIR)/source
|
||||
|
||||
$(STAMPS_DIR)/source_none: DIR=$(BUILD_DIR)/source_none
|
||||
$(STAMPS_DIR)/source_none: $(STAMPS_DIR)/source
|
||||
mkdir -p '$(BUILD_DIR)'
|
||||
rm -f '$(DIR)'
|
||||
ln -s '$(CURDIR)' '$(DIR)'
|
||||
@$(stamp)
|
||||
|
||||
Reference in New Issue
Block a user