mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
Added build of cscope index to Makefile
Add ability to do 'make cscope' at the top of the distribution tree and get 'cscope.out' built in ./src. Index file is removed in 'make clean'. cscope.out is now ignored in src/.gitignore Change-Id: I2ae4eea0fce46a87a6b9d5a992fcb7288f6b5655 Reviewed-on: http://gerrit.openafs.org/7594 Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com> Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
parent
300cbb28b0
commit
c639b08ebc
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,6 +46,7 @@ config.log
|
||||
/config.status
|
||||
/configure
|
||||
/configure-libafs
|
||||
/cscope.out
|
||||
/include
|
||||
/lib
|
||||
/autom4te.cache
|
||||
|
@ -42,6 +42,9 @@ only_libafs_tree: force
|
||||
buildtools: force
|
||||
$(MAKE) build TARGET=build_tools COMPILE_PART2B=buildtools
|
||||
|
||||
cscope:
|
||||
( cd src ; cscope -b -R )
|
||||
|
||||
generated: force buildtools
|
||||
+${COMPILE_PART1} afs ${COMPILE_GENERATED}
|
||||
+${COMPILE_PART1} auth ${COMPILE_GENERATED}
|
||||
@ -783,6 +786,7 @@ clean2:
|
||||
-${COMPILE_PART1} crypto/hcrypto ${COMPILE_CLEAN}
|
||||
-${COMPILE_PART1} roken ${COMPILE_CLEAN}
|
||||
-${COMPILE_PART1} crypto/rfc3961 ${COMPILE_CLEAN}
|
||||
-(cd src; /bin/rm cscope.out)
|
||||
-(cd src/libafs; /bin/rm -rf afs afsint config rx)
|
||||
-(cd src/libuafs; /bin/rm -rf afs afsint config rx)
|
||||
-/bin/rm -rf ${TOP_INCDIR} ${TOP_LIBDIR} ${TOP_JLIBDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user