Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Sortix
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
412
Issues
412
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
sortix
Sortix
Commits
c5948fdd
Commit
c5948fdd
authored
Feb 29, 2016
by
Jonas Termansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix executable manual pages.
parent
f29f8e76
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
editor/Makefile
editor/Makefile
+2
-2
sf/Makefile
sf/Makefile
+3
-3
sysinstall/Makefile
sysinstall/Makefile
+3
-3
update-initrd/Makefile
update-initrd/Makefile
+1
-1
No files found.
editor/Makefile
View file @
c5948fdd
...
...
@@ -37,9 +37,9 @@ install: all
mkdir
-p
$(DESTDIR)$(BINDIR)
install
$(BINARY)
$(DESTDIR)$(BINDIR)
mkdir
-p
$(DESTDIR)$(MANDIR)
/man1
install
editor.1
$(DESTDIR)$(MANDIR)
/man1/editor.1
cp
editor.1
$(DESTDIR)$(MANDIR)
/man1/editor.1
mkdir
-p
$(DESTDIR)$(MANDIR)
/man5
install
editor.5
$(DESTDIR)$(MANDIR)
/man5/editor.5
cp
editor.5
$(DESTDIR)$(MANDIR)
/man5/editor.5
clean
:
rm
-f
$(BINARY)
$(OBJS)
*
.o
sf/Makefile
View file @
c5948fdd
...
...
@@ -21,9 +21,9 @@ install: all
install
sfnc
$(DESTDIR)$(BINDIR)
install
sfncd
$(DESTDIR)$(BINDIR)
mkdir
-p
$(DESTDIR)$(MANDIR)
/man1
install
sf.1
$(DESTDIR)$(MANDIR)
/man1/sf.1
install
sfnc.1
$(DESTDIR)$(MANDIR)
/man1/sfnc.1
install
sfncd.1
$(DESTDIR)$(MANDIR)
/man1/sfncd.1
cp
sf.1
$(DESTDIR)$(MANDIR)
/man1/sf.1
cp
sfnc.1
$(DESTDIR)$(MANDIR)
/man1/sfnc.1
cp
sfncd.1
$(DESTDIR)$(MANDIR)
/man1/sfncd.1
$(BINARY)
:
$(BINARY).c
$(CC)
$(CFLAGS)
$(CPPFLAGS)
-std
=
gnu11
$<
-o
$@
...
...
sysinstall/Makefile
View file @
c5948fdd
...
...
@@ -44,9 +44,9 @@ install: all
install
sysmerge
$(DESTDIR)$(SBINDIR)
install
sysupgrade
$(DESTDIR)$(SBINDIR)
mkdir
-p
$(DESTDIR)$(MANDIR)
/man8
install
sysinstall.8
$(DESTDIR)$(MANDIR)
/man8/sysinstall.8
install
sysmerge.8
$(DESTDIR)$(MANDIR)
/man8/sysmerge.8
install
sysupgrade.8
$(DESTDIR)$(MANDIR)
/man8/sysupgrade.8
cp
sysinstall.8
$(DESTDIR)$(MANDIR)
/man8/sysinstall.8
cp
sysmerge.8
$(DESTDIR)$(MANDIR)
/man8/sysmerge.8
cp
sysupgrade.8
$(DESTDIR)$(MANDIR)
/man8/sysupgrade.8
sysinstall
:
$(SYSINSTALL_OBJS)
$(CC)
$(SYSINSTALL_OBJS)
-o
$@
-lmount
...
...
update-initrd/Makefile
View file @
c5948fdd
...
...
@@ -11,4 +11,4 @@ install: all
mkdir
-p
$(DESTDIR)$(SBINDIR)
install
update-initrd
$(DESTDIR)$(SBINDIR)
mkdir
-p
$(DESTDIR)$(MANDIR)
/man8
install
update-initrd.8
$(DESTDIR)$(MANDIR)
/man8/update-initrd.8
cp
update-initrd.8
$(DESTDIR)$(MANDIR)
/man8/update-initrd.8
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