Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblongpath-rsync
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liblongpath
liblongpath-rsync
Commits
b82ad950
Commit
b82ad950
authored
Nov 25, 2007
by
Wayne Davison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-run autoconf and autoheader, as needed.
parent
4d7c8e6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
Makefile.in
Makefile.in
+12
-3
No files found.
Makefile.in
View file @
b82ad950
...
...
@@ -59,7 +59,7 @@ CHECK_OBJS=getgroups.o getfsdev.o t_stub.o t_unsafe.o trimslash.o wildtest.o
$(CC)
-I.
-I$(srcdir)
$(CFLAGS)
$(CPPFLAGS)
-c
$<
@CC_SHOBJ_FLAG@
@OBJ_RESTORE@
all
:
rsync$(EXEEXT) @MAKE_MAN@
all
:
conf_stop
rsync$(EXEEXT) @MAKE_MAN@
install
:
all
-
mkdir
-p
${
DESTDIR
}${
bindir
}
...
...
@@ -106,11 +106,20 @@ t_unsafe$(EXEEXT): $(T_UNSAFE_OBJ)
gen
:
conf proto.h man
gensend
:
gen
rsync
-aivzc
$(GENFILES)
samba.org:/home/ftp/pub/rsync/generated-files/
conf
:
cd
$(srcdir)
&&
$(MAKE)
-f
prepare-source.mak conf
gensend
:
gen
rsync
-aivzc
$(GENFILES)
samba.org:/home/ftp/pub/rsync/generated-files/
conf_stop
:
configure.sh config.h.in
configure.sh config.h.in
:
configure.in aclocal.m4
autoconf
-o
configure.sh
autoheader
&&
touch
config.h.in
@
echo
'Configure files changed -- perhaps run:'
@
echo
' ./config.status --recheck; ./config.status'
@
exit
1
proto
:
proto.h-tstamp
...
...
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