Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gawk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
gawk
Commits
3945901e
Commit
3945901e
authored
Mar 19, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
72 additions
and
0 deletions
+72
-0
Makefile
Makefile
+11
-0
build.xml
build.xml
+43
-0
gawk-4.2.1.tar.xz
gawk-4.2.1.tar.xz
+0
-0
gawk.groups
gawk.groups
+18
-0
No files found.
Makefile
0 → 100644
View file @
3945901e
all
:
tar
xf gawk-4.2.1.tar.xz
cd
gawk-4.2.1
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--sysconfdir
=
/etc
--libexecdir
=
/usr/lib
$(MAKE)
-C
gawk-4.2.1
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
gawk-4.2.1 check
;
\
fi
$(MAKE)
-C
gawk-4.2.1
install
mkdir
-v
/usr/share/doc/gawk-4.2.1
cd
gawk-4.2.1
&&
cp
-v
doc/
{
awkforai.txt,
*
.
{
eps,pdf,jpg
}}
/usr/share/doc/gawk-4.2.1
rm
-rf
gawk-4.2.1
build.xml
0 → 100644
View file @
3945901e
<project
name=
"gawk"
>
<target
name=
"temporary-gawk"
>
<property
name=
"makedir"
value=
"${builddir}/gawk-4.2.1"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/gawk/gawk-4.2.1.tar.xz -C ${builddir}"
/>
</exec>
<exec
executable=
"./configure"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
<env
key=
"CC"
value=
"${CLFS_TARGET}-gcc"
/>
<env
key=
"CXX"
value=
"${CLFS_TARGET}-g++"
/>
<env
key=
"AR"
value=
"${CLFS_TARGET}-ar"
/>
<env
key=
"AS"
value=
"${CLFS_TARGET}-as"
/>
<env
key=
"RANLIB"
value=
"${CLFS_TARGET}-ranlib"
/>
<env
key=
"LD"
value=
"${CLFS_TARGET}-ld"
/>
<env
key=
"STRIP"
value=
"${CLFS_TARGET}-strip"
/>
<arg
line=
"--prefix=${sysrootdir}/tools --build=${CLFS_HOST} --host=${CLFS_TARGET}"
/>
</exec>
<exec
executable=
"make"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
<env
key=
"CC"
value=
"${CLFS_TARGET}-gcc"
/>
<env
key=
"CXX"
value=
"${CLFS_TARGET}-g++"
/>
<env
key=
"AR"
value=
"${CLFS_TARGET}-ar"
/>
<env
key=
"AS"
value=
"${CLFS_TARGET}-as"
/>
<env
key=
"RANLIB"
value=
"${CLFS_TARGET}-ranlib"
/>
<env
key=
"LD"
value=
"${CLFS_TARGET}-ld"
/>
<env
key=
"STRIP"
value=
"${CLFS_TARGET}-strip"
/>
</exec>
<exec
executable=
"make"
dir=
"${makedir}"
failonerror=
"true"
>
<env
key=
"PATH"
path=
"${PATH}"
/>
<env
key=
"CC"
value=
"${CLFS_TARGET}-gcc"
/>
<env
key=
"CXX"
value=
"${CLFS_TARGET}-g++"
/>
<env
key=
"AR"
value=
"${CLFS_TARGET}-ar"
/>
<env
key=
"AS"
value=
"${CLFS_TARGET}-as"
/>
<env
key=
"RANLIB"
value=
"${CLFS_TARGET}-ranlib"
/>
<env
key=
"LD"
value=
"${CLFS_TARGET}-ld"
/>
<env
key=
"STRIP"
value=
"${CLFS_TARGET}-strip"
/>
<arg
line=
"install"
/>
</exec>
<delete
dir=
"${makedir}"
/>
</target>
</project>
gawk-4.2.1.tar.xz
0 → 100644
View file @
3945901e
File added
gawk.groups
0 → 100644
View file @
3945901e
bin
/usr/bin/.*
/usr/share/awk/.*
headers
/usr/include/.*
locale
/usr/share/locale/.*
doc
/usr/share/doc/.*
info
/usr/share/info/.*
man
/usr/share/man/.*
lib
/usr/lib/gawk/.*
/usr/lib/awk/.*
etc
/etc/.*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment