Makefile (87af0b80c933f05a4c7dd8c5edebe10365e76220) Makefile (bf35182ffcd00d8b36d56210ffdac110e5624d7d)
1VERSION = 3
2PATCHLEVEL = 7
3SUBLEVEL = 0
1VERSION = 3
2PATCHLEVEL = 7
3SUBLEVEL = 0
4EXTRAVERSION = -rc5
4EXTRAVERSION = -rc3
5NAME = Terrified Chipmunk
6
7# *DOCUMENTATION*
8# To see a list of typical targets execute "make help"
9# More info can be located in ./README
10# Comments in this file are targeted only to the developer, do not
11# expect to learn how to build the kernel reading this file.
12

--- 1303 unchanged lines hidden (view full) ---

1316kernelrelease:
1317 @echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))"
1318
1319kernelversion:
1320 @echo $(KERNELVERSION)
1321
1322# Clear a bunch of variables before executing the submake
1323tools/: FORCE
5NAME = Terrified Chipmunk
6
7# *DOCUMENTATION*
8# To see a list of typical targets execute "make help"
9# More info can be located in ./README
10# Comments in this file are targeted only to the developer, do not
11# expect to learn how to build the kernel reading this file.
12

--- 1303 unchanged lines hidden (view full) ---

1316kernelrelease:
1317 @echo "$(KERNELVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))"
1318
1319kernelversion:
1320 @echo $(KERNELVERSION)
1321
1322# Clear a bunch of variables before executing the submake
1323tools/: FORCE
1324 $(Q)$(MAKE) LDFLAGS= MAKEFLAGS= -C $(src)/tools/
1324 $(Q)mkdir -p $(objtree)/tools
1325 $(Q)$(MAKE) LDFLAGS= MAKEFLAGS= O=$(objtree) subdir=tools -C $(src)/tools/
1325
1326tools/%: FORCE
1326
1327tools/%: FORCE
1327 $(Q)$(MAKE) LDFLAGS= MAKEFLAGS= -C $(src)/tools/ $*
1328 $(Q)mkdir -p $(objtree)/tools
1329 $(Q)$(MAKE) LDFLAGS= MAKEFLAGS= O=$(objtree) subdir=tools -C $(src)/tools/ $*
1328
1329# Single targets
1330# ---------------------------------------------------------------------------
1331# Single targets are compatible with:
1332# - build with mixed source and output
1333# - build with separate output dir 'make O=...'
1334# - external modules
1335#

--- 84 unchanged lines hidden ---
1330
1331# Single targets
1332# ---------------------------------------------------------------------------
1333# Single targets are compatible with:
1334# - build with mixed source and output
1335# - build with separate output dir 'make O=...'
1336# - external modules
1337#

--- 84 unchanged lines hidden ---