Commit Graph

11 Commits (master)

Author SHA1 Message Date
bakkeby 3e97a1d25c Makefile: remove the options target
The Makefile used to suppress output (by using @), so this target made sense at
the time.

But the Makefile should be simple and make debugging with less abstractions or
fancy printing.  The Makefile was made verbose and doesn't hide the build
output, so remove this target.

Prompted by a question on the mailing list about the options target.

ref.
https://git.suckless.org/dwm/commit/9f8855343c881bdc01b9fff5b956537ba1106b76.html
8 months ago
bakkeby 816487f4bb Adding workaround for gnu core utils treating cp -n as an error ref. #347
Changes to core utils had the side effect of treating the no-clobber option
as an error if the file was not copied if it already exists, thus causing
make to error as well.

Adding this workaround until that issue is addressed.

Alternative solutions:
   - always overwrite the file using the -f / --force option
   - prefix the cp command with a hyphen which will cause make to ignore
     the error, but still report it
   - never copy dwm.desktop during the installation process
1 year ago
bakkeby 2a8e68c5df Correcting path to /usr/local/share/xsessions/ ref. #317 1 year ago
bakkeby 3b72e139ec Revert "Hardcoding xsessions directory to /usr/share/xsessions as suggested in #317"
This reverts commit f0ad1117ba.
1 year ago
bakkeby f0ad1117ba Hardcoding xsessions directory to /usr/share/xsessions as suggested in #317 1 year ago
monosans 1ac17a4937
Add dwm.desktop file (#301) 2 years ago
bakkeby 4fd42ec164 Adding FreeBSD note 4 years ago
bakkeby 4379517c25 Adding IPC v1.5.5 patch 4 years ago
bakkeby b866bf5319 Adding barpadding patch and moving patches.h to paches.def.h 4 years ago
bakkeby ca8638128f Adding dwmc patch 5 years ago
bakkeby c34c536f3e Adding alpha patch 5 years ago