Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
56562bad
Commit
56562bad
authored
23 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
Kevin Roth's cygwin fixes
parent
a26081b5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+33
-0
33 additions, 0 deletions
Makefile.am
packages/Makefile.am
+1
-1
1 addition, 1 deletion
packages/Makefile.am
with
34 additions
and
1 deletion
Makefile.am
+
33
−
0
View file @
56562bad
...
...
@@ -67,3 +67,36 @@ pkgadd:
make
install
DESTDIR
=
`
/bin/pwd
`
/packages/Solaris/root
;
\
cat
LEGAL MITX.txt MPL-1.1.txt
>
$(
srcdir
)
/packages/Solaris/copyright
;
\
cd
$(
srcdir
)
/packages/Solaris
&&
$(
MAKE
)
package
#
# Build a Cygwin binary tarball
# run 'make cygwinbin' once you've done './configure' and 'make'
# deposits curl-${VERSION}.tar.gz into the packages/Cygwin directory
# installation of this tarball is via cygwin-setup.exe
#
# tmp dir to build binary-tarball in
CygwinTmp
=
/tmp/curl-binary-build
# Cygwin build number (for a new curl rev, start at 1)
CygwinBld
=
1
cygwinbin
:
rm
-rf
$(
CygwinTmp
)
;
\
$(
MAKE
)
install
prefix
=
"
$(
CygwinTmp
)
/usr"
$(
mkinstalldirs
)
$(
CygwinTmp
)
/usr/doc/Cygwin
\
$(
CygwinTmp
)
/usr/doc/
$(
PACKAGE
)
-
$(
VERSION
)
cp
$(
top_srcdir
)
/packages/Cygwin/README
\
$(
CygwinTmp
)
/usr/doc/Cygwin/
$(
PACKAGE
)
-
$(
VERSION
)
-
$(
CygwinBld
)
.README
cd
$(
top_srcdir
)
;
\
cp
CHANGES LEGAL MPL-1.1.txt README docs/FAQ docs/FEATURES
\
docs/TODO
$(
CygwinTmp
)
/usr/doc/
$(
PACKAGE
)
-
$(
VERSION
)
cd
$(
CygwinTmp
)
&&
\
tar
cjf
$(
PACKAGE
)
-
$(
VERSION
)
-
$(
CygwinBld
)
.tar.bz2 usr
mv
$(
CygwinTmp
)
/
*
.tar.bz2
.
&&
rm
-rf
$(
CygwinTmp
)
This diff is collapsed.
Click to expand it.
packages/Makefile.am
+
1
−
1
View file @
56562bad
SUBDIRS
=
Win32 Linux Solaris
SUBDIRS
=
Win32 Linux Solaris
Cygwin
EXTRA_DIST
=
README
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment