Erik moved the kernel headers to a different directory, but didn't create

the directory first.
This commit is contained in:
Manuel Novoa III 2003-11-19 19:29:00 +00:00
parent d8eea2531a
commit 963c24ed82
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ $(DL_DIR)/$(LINUX_SOURCE):
$(WGET) -P $(DL_DIR) $(LINUX_SITE)/$(LINUX_SOURCE)
$(LINUX_DIR)/.unpacked: $(DL_DIR)/$(LINUX_SOURCE)
mkdir -p $(TOOL_BUILD_DIR)
bzcat $(DL_DIR)/$(LINUX_SOURCE) | tar -C $(TOOL_BUILD_DIR) -xvf -
touch $(LINUX_DIR)/.unpacked