mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Added etags target
svn path=/trunk/; revision=1164
This commit is contained in:
parent
9f7a5635de
commit
06784b2b11
1 changed files with 6 additions and 1 deletions
|
@ -237,7 +237,7 @@ install: all
|
||||||
./install.sh /mnt/hda1
|
./install.sh /mnt/hda1
|
||||||
./install.sh /mnt/hda4
|
./install.sh /mnt/hda4
|
||||||
./install.bochs
|
./install.bochs
|
||||||
|
|
||||||
make_floppy_dirs:
|
make_floppy_dirs:
|
||||||
ifeq ($(DOSCLI),yes)
|
ifeq ($(DOSCLI),yes)
|
||||||
mkdir $(FLOPPY_DIR)\dlls
|
mkdir $(FLOPPY_DIR)\dlls
|
||||||
|
@ -294,3 +294,8 @@ endif
|
||||||
|
|
||||||
.PHONY: clean_dist_dir make_dist_dirs
|
.PHONY: clean_dist_dir make_dist_dirs
|
||||||
|
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
etags:
|
||||||
|
find . -name "*.[ch]" -print | etags --language=c -
|
Loading…
Reference in a new issue