Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-elisp-client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lyskom-elisp-client
lyskom-elisp-client
Commits
331ca4db
Commit
331ca4db
authored
Aug 31, 2000
by
Mattias Olofsson
Browse files
Options
Downloads
Patches
Plain Diff
Removed -v from flags to rm, not all rm's support it.
parent
e8db4f95
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
doc/Makefile
+1
-1
1 addition, 1 deletion
doc/Makefile
misc/Makefile
+1
-1
1 addition, 1 deletion
misc/Makefile
with
3 additions
and
3 deletions
Makefile
+
1
−
1
View file @
331ca4db
...
@@ -40,7 +40,7 @@ release:
...
@@ -40,7 +40,7 @@ release:
(
cd
doc
;
$(
MAKE
)
release
)
(
cd
doc
;
$(
MAKE
)
release
)
clean
:
clean
:
rm
-
v
f
*
~
rm
-f
*
~
(
cd
src
;
${
MAKE
}
clean
)
(
cd
src
;
${
MAKE
}
clean
)
(
cd
doc
;
${
MAKE
}
clean
)
(
cd
doc
;
${
MAKE
}
clean
)
(
cd
misc
;
${
MAKE
}
clean
)
(
cd
misc
;
${
MAKE
}
clean
)
...
...
This diff is collapsed.
Click to expand it.
doc/Makefile
+
1
−
1
View file @
331ca4db
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
CLIENTVERSION
=
0.46-BETA-Q
CLIENTVERSION
=
0.46-BETA-Q
SHELL
=
/bin/sh
SHELL
=
/bin/sh
RM
=
rm
-
v
f
RM
=
rm
-f
INFODIR
=
/usr/gnu/info
INFODIR
=
/usr/gnu/info
FTPDIR
=
/usr/ftp/pub/lyskom/elisp-client
FTPDIR
=
/usr/ftp/pub/lyskom/elisp-client
...
...
This diff is collapsed.
Click to expand it.
misc/Makefile
+
1
−
1
View file @
331ca4db
...
@@ -30,6 +30,6 @@ install:
...
@@ -30,6 +30,6 @@ install:
release
:
release
:
clean
:
clean
:
rm
-
v
f
*
~
rm
-f
*
~
distclean
:
clean
distclean
:
clean
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