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
1bfaf76d
Commit
1bfaf76d
authored
16 years ago
by
Dan Fandrich
Browse files
Options
Downloads
Patches
Plain Diff
"make clean" now cleans out the docs and tests directories, too.
parent
88513d2d
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
CHANGES
+3
-0
3 additions, 0 deletions
CHANGES
Makefile.am
+5
-1
5 additions, 1 deletion
Makefile.am
with
8 additions
and
1 deletion
CHANGES
+
3
−
0
View file @
1bfaf76d
...
...
@@ -6,6 +6,9 @@
Changelog
Daniel Fandrich (1 Oct 2008)
- "make clean" now cleans out the docs and tests directories, too.
Daniel Stenberg (30 Sep 2008)
- The libcurl FTP code now returns CURLE_REMOTE_FILE_NOT_FOUND error when SIZE
gets a 550 response back for the cases where a download (or NOBODY) is
...
...
This diff is collapsed.
Click to expand it.
Makefile.am
+
5
−
1
View file @
1bfaf76d
...
...
@@ -77,6 +77,10 @@ endif
examples
:
@
(
cd
docs/examples
;
$(
MAKE
)
check
)
clean-local
:
@
(
cd
tests
;
$(
MAKE
)
clean
)
@
(
cd
docs
;
$(
MAKE
)
clean
)
#
# Build source and binary rpms. For rpm-3.0 and above, the ~/.rpmmacros
# must contain the following line:
...
...
@@ -105,7 +109,7 @@ rpm:
mv
$$
RPM_TOPDIR/SRPMS/
$(
RPMDIST
)
-
*
.src.rpm .
#
# Build a Solaris pk
k
gadd format file
# Build a Solaris pkgadd format file
# run 'make pkgadd' once you've done './configure' and 'make' to make a Solaris pkgadd format
# file (which ends up back in this directory).
# The pkgadd file is in 'pkgtrans' format, so to install on Solaris, do
...
...
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