Commit the updated Makefile too. I'm baffled as to how 'fcvs com' has
neglected the Makefile twice. Submitted by: dick
This commit is contained in:
parent
60ac4b4f6c
commit
e3e63d3abc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24420
1 changed files with 4 additions and 4 deletions
|
@ -15,9 +15,9 @@ ONLY_FOR_ARCHS= i386
|
|||
|
||||
MAINTAINER= jasone@freebsd.org
|
||||
|
||||
threads_files := README.FreeBSD _atomic_lock.S clone.S clone.h getgr_r.c \
|
||||
lclone.c libc_calls.c libc_private.h libc_spinlock.c libc_spinlock.h \
|
||||
libc_thread.c sched.c uthread_file.c
|
||||
threads_files := README.FreeBSD clone.S clone.h freebsd-compat.h getgr_r.c \
|
||||
gethostby_r.c getnetby_r.c getprotoby_r.c getpw_r.c getservby_r.c \
|
||||
lclone.c libc_calls.c libc_thread.c sched.c uthread_file.c
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||
|
||||
|
@ -26,7 +26,7 @@ LIBSRC_BASE= ${SRC_BASE}/lib
|
|||
|
||||
post-extract:
|
||||
@mv ${WRKDIR}/linuxthreads ${WRKDIR}/${PKGNAME}
|
||||
.for src in no-tsd.c oldsemaphore.c sysdeps/pthread/semaphore.h
|
||||
.for src in no-tsd.c oldsemaphore.c weaks.c sysdeps/pthread/semaphore.h
|
||||
@mv ${WRKSRC}/$(src) ${WRKSRC}/$(src).unused
|
||||
.endfor
|
||||
@cd ${FILESDIR} ; \
|
||||
|
|
Loading…
Reference in a new issue