Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS-8513 Update coreutils in illumos-extra #105

Merged
merged 1 commit into from Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 12 additions & 7 deletions coreutils/Makefile
Expand Up @@ -19,21 +19,26 @@
# CDDL HEADER END
#
# Copyright (c) 2012, Joyent, Inc. All rights reserved.
# Copyright 2024 MNX Cloud, Inc.
#

VER = coreutils-8.13
VER = coreutils-9.4

include ../Makefile.defs

BUILD32 =
BUILD64 = yes

include ../Makefile.targ

all: all_autoconf

install: all
mkdir -p $(DESTDIR)/usr/bin
mkdir -p $(DESTDIR)/usr/share/man/man1
cp $(BASE)/$(VER.32)/src/readlink $(DESTDIR)/usr/bin
cp $(BASE)/$(VER.32)/src/seq $(DESTDIR)/usr/bin
cp $(BASE)/$(VER.32)/src/stat $(DESTDIR)/usr/bin
cp -f $(BASE)/$(VER.32)/man/readlink.1 $(DESTDIR)/usr/share/man/man1
cp -f $(BASE)/$(VER.32)/man/seq.1 $(DESTDIR)/usr/share/man/man1
cp -f $(BASE)/$(VER.32)/man/stat.1 $(DESTDIR)/usr/share/man/man1
cp $(BASE)/$(VER.64)/src/readlink $(DESTDIR)/usr/bin
cp $(BASE)/$(VER.64)/src/seq $(DESTDIR)/usr/bin
cp $(BASE)/$(VER.64)/src/stat $(DESTDIR)/usr/bin
cp -f $(BASE)/$(VER.64)/man/readlink.1 $(DESTDIR)/usr/share/man/man1
cp -f $(BASE)/$(VER.64)/man/seq.1 $(DESTDIR)/usr/share/man/man1
cp -f $(BASE)/$(VER.64)/man/stat.1 $(DESTDIR)/usr/share/man/man1
Binary file not shown.