mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-3466 Make the distclean target work
X-SVN-Rev: 15894
This commit is contained in:
parent
137b9d4d0a
commit
c0ed6bb7a5
4 changed files with 8 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -184,6 +184,7 @@ icu4c/source/test/cintltst/Release
|
|||
icu4c/source/test/cintltst/cintltst
|
||||
icu4c/source/test/cintltst/cintltst.exe
|
||||
icu4c/source/test/collperf/Makefile
|
||||
icu4c/source/test/hdrtst/Makefile
|
||||
icu4c/source/test/ieeetest/*.d
|
||||
icu4c/source/test/ieeetest/*.plg
|
||||
icu4c/source/test/ieeetest/Debug
|
||||
|
|
|
@ -39,6 +39,8 @@ endif
|
|||
install: install-recursive install-local
|
||||
clean: clean-recursive clean-local
|
||||
distclean : distclean-recursive distclean-local
|
||||
$(RMV) hdrtst/Makefile
|
||||
|
||||
dist: dist-recursive dist-local
|
||||
check: everything check-recursive check-local
|
||||
check-recursive: all-recursive
|
||||
|
|
1
icu4c/source/test/hdrtst/.cvsignore
Normal file
1
icu4c/source/test/hdrtst/.cvsignore
Normal file
|
@ -0,0 +1 @@
|
|||
Makefile
|
|
@ -109,6 +109,9 @@ ctest:
|
|||
echo $$RES ; \
|
||||
done
|
||||
|
||||
distclean clean:
|
||||
clean:
|
||||
-@rm -f *.h *.c *.cpp *.o *.junk
|
||||
|
||||
distclean: clean
|
||||
-@rm -f Makefile
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue