Re: PATCH: make clean Re: [dev] [st] release 0.8

From: Sanel Zukan <sanelz_AT_gmail.com>
Date: Thu, 15 Mar 2018 13:14:26 +0100

Ooops, cleaning part was in wrong target. Attached fixed patch.

Best,
Sanel




Sanel Zukan <sanelz_AT_gmail.com> writes:
> Hi,
>
> Here is small patch for 'make clean', to remove generated config.h.
>
> I had generated config.h long time ago and pulling the latest code +
> compiling it will generate funky compilation errors.
>
> Best,
> Sanel
>
> diff --git a/Makefile b/Makefile
> index 0b3cecd..c7c1005 100644
> --- a/Makefile
> +++ b/Makefile
> _AT_@ -28,6 +28,7 @@ $(OBJ): config.h config.mk
>
> st: $(OBJ)
> $(CC) -o $_AT_ $(OBJ) $(STLDFLAGS)
> + $(RM) config.h
>
> clean:
> rm -f st $(OBJ) st-$(VERSION).tar.gz
>
>
> Hiltjo Posthuma <hiltjo_AT_codemadness.org> writes:
>> Hi,
>>
>> There is now a new release of st 0.8.
>>
>> There are many features and code that has been rewritten. Particulary
>> noteworthy is now a more clear separation of the X11/Xft code and the terminal
>> emulator logic.
>>
>> Some peole have shown interest in writing a Wayland port, writing specific
>> (fuzz) tests for the terminal emulator or reusing the terminal emulator code.
>>
>> There are too many features and fixes to list, for an overview type:
>> git log 0.7..0.8
>>
>> Thanks goes out to all the contributors.
>>
>> --
>> Kind regards,
>> Hiltjo

Received on Thu Mar 15 2018 - 13:14:26 CET

This archive was generated by hypermail 2.3.0 : Thu Mar 15 2018 - 13:24:21 CET