Commit Graph

11 Commits

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
2023-09-22 18:08:42 +02:00
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
2023-03-26 13:00:54 +02:00
bakkeby
2a8e68c5df Correcting path to /usr/local/share/xsessions/ ref. #317 2023-01-08 10:22:37 +01:00
bakkeby
3b72e139ec Revert "Hardcoding xsessions directory to /usr/share/xsessions as suggested in #317"
This reverts commit f0ad1117ba.
2023-01-08 10:20:34 +01:00
bakkeby
f0ad1117ba Hardcoding xsessions directory to /usr/share/xsessions as suggested in #317 2023-01-06 08:43:55 +01:00
monosans
1ac17a4937
Add dwm.desktop file (#301) 2022-09-26 10:03:12 +02:00
bakkeby
4fd42ec164 Adding FreeBSD note 2020-09-10 11:18:20 +02:00
bakkeby
4379517c25 Adding IPC v1.5.5 patch 2020-09-07 17:48:58 +02:00
bakkeby
b866bf5319 Adding barpadding patch and moving patches.h to paches.def.h 2020-01-24 10:52:40 +01:00
bakkeby
ca8638128f Adding dwmc patch 2019-10-07 23:34:23 +02:00
bakkeby
c34c536f3e Adding alpha patch 2019-09-05 00:16:39 +02:00