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
79aa6c84
Commit
79aa6c84
authored
17 years ago
by
Guenter Knauf
Browse files
Options
Downloads
Patches
Plain Diff
fixed install target to create a ca-bundle.crt since we have no longer one in the project.
parent
058e764a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/Makefile.netware
+10
-4
10 additions, 4 deletions
lib/Makefile.netware
with
10 additions
and
4 deletions
lib/Makefile.netware
+
10
−
4
View file @
79aa6c84
...
...
@@ -74,6 +74,7 @@ ifdef METROWERKS
else
CC
=
gcc
endif
PERL
=
perl
# a native win32 awk can be downloaded from here:
# http://www.gknw.net/development/prgtools/awk-20070501.zip
AWK
=
awk
...
...
@@ -170,6 +171,7 @@ ifdef WITH_SSL
LDLIBS
+=
$(
OPENSSL_PATH
)
/out_nw_
$(
LIBARCH_L
)
/ssl.
$(
LIBEXT
)
LDLIBS
+=
$(
OPENSSL_PATH
)
/out_nw_
$(
LIBARCH_L
)
/crypto.
$(
LIBEXT
)
IMPORTS
+=
GetProcessSwitchCount RunningProcess
INSTDEP
+=
ca-bundle.crt
endif
ifdef
WITH_ZLIB
INCLUDES
+=
-I
$(
ZLIB_PATH
)
...
...
@@ -241,7 +243,7 @@ dist: all
-$(
RM
)
$(
OBJDIR
)
/
*
.o
$(
OBJDIR
)
/
$(
TARGET
)
.map
$(
OBJDIR
)
/
$(
TARGET
)
.ncv
-$(
RM
)
$(
OBJDIR
)
/
$(
TARGET
)
.def
$(
OBJDIR
)
/version.inc
$(
XDCDATA
)
install
:
$(INSTDIR) all
install
:
$(INSTDIR) all
$(INSTDEP)
@$(
CP
)
$(
TARGET
)
.nlm
$(
INSTDIR
)
@$(
CP
)
$(
TARGET
)
.
$(
LIBEXT
)
$(
INSTDIR
)
@$(
CP
)
../CHANGES
$(
INSTDIR
)
...
...
@@ -249,7 +251,7 @@ install: $(INSTDIR) all
@$(
CP
)
../README
$(
INSTDIR
)
@$(
CP
)
../RELEASE-NOTES
$(
INSTDIR
)
ifdef
WITH_SSL
@$(
CP
)
ca-bundle.crt
$(
INSTDIR
)
@
-
$(
CP
)
ca-bundle.crt
$(
INSTDIR
)
/ca-bundle.crt
endif
clean
:
...
...
@@ -260,10 +262,10 @@ distclean: clean
-$(
RM
)
-r
$(
TARGET
)
.
$(
LIBEXT
)
$(
TARGET
)
.nlm
$(INSTDIR)
:
@
mkdir
$
(
INSTDIR
)
@
mkdir
$
@
$(OBJDIR)
:
@
mkdir
$
(
OBJDIR
)
@
mkdir
$
@
$(TARGET).$(LIBEXT)
:
$(OBJS)
@
echo
Creating
$@
...
...
@@ -574,4 +576,8 @@ endif
$(ARES_LIB)/libcares.$(LIBEXT)
:
$(
MAKE
)
-C
$(
ARES_LIB
)
-f
Makefile.netware lib
ca-bundle.crt
:
mk-ca-bundle.pl
@
echo
Creating
$@
@
-
$(
PERL
)
$<
-b
-n
$@
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