mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-09 10:09:23 +02:00
* only install text dir
This commit is contained in:
parent
92c1f38690
commit
7644529b9b
@ -5,8 +5,17 @@
|
||||
[targets]
|
||||
dirs=fake text
|
||||
|
||||
[install]
|
||||
packagename=ide
|
||||
sourcesubdirs=0
|
||||
|
||||
[sections]
|
||||
none=1
|
||||
zipsourceinstall=1
|
||||
|
||||
[defaults]
|
||||
defaultinstalldir=text
|
||||
|
||||
|
||||
[rules]
|
||||
.PHONY: gdb full fullgdb clean_compiler
|
||||
@ -27,4 +36,5 @@ fullgdb:
|
||||
# Misc
|
||||
#
|
||||
clean_compiler:
|
||||
make -C ../../compiler clean
|
||||
$(MAKE) -C ../compiler clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user