Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35435
b: refs/heads/master
c: 07aea3a
h: refs/heads/master
i:
  35433: 144f428
  35431: ca8e251
v: v3
  • Loading branch information
Sam Ravnborg authored and Sam Ravnborg committed Sep 25, 2006
1 parent f8bce17 commit 107aba0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 14a036d2dc304797f3624c06bd6d2a1e9b59e45a
refs/heads/master: 07aea3a71fc6b07744691eec2dfea705a7b30280
4 changes: 2 additions & 2 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -893,8 +893,8 @@ INSTALL_HDR_PATH=$(objtree)/usr
export INSTALL_HDR_PATH

PHONY += headers_install
headers_install: include/linux/version.h
$(Q)unifdef -Ux /dev/null
headers_install: include/linux/version.h scripts_basic FORCE
$(Q)$(MAKE) $(build)=scripts scripts/unifdef
$(Q)rm -rf $(INSTALL_HDR_PATH)/include
$(Q)$(MAKE) -rR -f $(srctree)/scripts/Makefile.headersinst obj=include

Expand Down
3 changes: 3 additions & 0 deletions trunk/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ hostprogs-$(CONFIG_IKCONFIG) += bin2c

always := $(hostprogs-y)

# The following hostprogs-y programs are only build on demand
hostprogs-y += unifdef

subdir-$(CONFIG_MODVERSIONS) += genksyms
subdir-$(CONFIG_MODULES) += mod

Expand Down
2 changes: 1 addition & 1 deletion trunk/scripts/Makefile.headersinst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# ==========================================================================

UNIFDEF := unifdef -U__KERNEL__
UNIFDEF := scripts/unifdef -U__KERNEL__

# Eliminate the contents of (and inclusions of) compiler.h
HDRSED := sed -e "s/ inline / __inline__ /g" \
Expand Down

0 comments on commit 107aba0

Please sign in to comment.