mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 16:27:17 +01:00
+ Initial import of unixutils.pp
This commit is contained in:
parent
9c4bd8e7a1
commit
3e755a3222
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/06/14]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/06/26]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=linux
|
||||
@ -205,7 +205,7 @@ endif
|
||||
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
|
||||
override PACKAGE_NAME=libc
|
||||
override PACKAGE_VERSION=1.0.8
|
||||
override TARGET_UNITS+=kerneldefs kernelioctl libc
|
||||
override TARGET_UNITS+=kerneldefs kernelioctl libc unixutils
|
||||
override INSTALL_FPCPACKAGE=y
|
||||
ifdef REQUIRE_UNITSDIR
|
||||
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
||||
|
||||
@ -7,7 +7,7 @@ name=libc
|
||||
version=1.0.8
|
||||
|
||||
[target]
|
||||
units=kerneldefs kernelioctl libc
|
||||
units=kerneldefs kernelioctl libc unixutils
|
||||
|
||||
[require]
|
||||
libc=y
|
||||
|
||||
1191
packages/base/libc/unixutils.pp
Normal file
1191
packages/base/libc/unixutils.pp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user