patches and low-level development discussion
 help / color / mirror / code / Atom feed
* [PATCH ucspi-vsock] Makefile: remove vsock{server,client}.o in clean
@ 2021-03-18  0:11 Alyssa Ross
  2021-03-18  0:13 ` Cole Helbling
  0 siblings, 1 reply; 3+ messages in thread
From: Alyssa Ross @ 2021-03-18  0:11 UTC (permalink / raw)
  To: devel

---
 Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 4f11b64..07ff09b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: GPL-2.0-or-later
-# SPDX-FileCopyrightText: 2020 Alyssa Ross <hi@alyssa.is>
+# SPDX-FileCopyrightText: 2020-2021 Alyssa Ross <hi@alyssa.is>
 
 .POSIX:
 
@@ -27,5 +27,6 @@ vsockclient.o: env.h log.h util.h vsock.h
 vsockserver.o: env.h log.h util.h vsock.h
 
 clean:
-	rm -f env.o log.o util.o vsock.o vsockclient vsockserver
+	rm -f env.o log.o util.o vsock.o \
+		vsockclient.o vsockclient vsockserver.o vsockserver
 .PHONY: clean
-- 
2.30.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH ucspi-vsock] Makefile: remove vsock{server,client}.o in clean
  2021-03-18  0:11 [PATCH ucspi-vsock] Makefile: remove vsock{server,client}.o in clean Alyssa Ross
@ 2021-03-18  0:13 ` Cole Helbling
  2021-03-18  0:40   ` Alyssa Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Cole Helbling @ 2021-03-18  0:13 UTC (permalink / raw)
  To: Alyssa Ross, devel

On Wed Mar 17, 2021 at 5:11 PM PDT, Alyssa Ross wrote:
> ---
> Makefile | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)

"Clean up, clean up, everybody do your part!"

Reviewed-by: Cole Helbling <cole.e.helbling@outlook.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH ucspi-vsock] Makefile: remove vsock{server,client}.o in clean
  2021-03-18  0:13 ` Cole Helbling
@ 2021-03-18  0:40   ` Alyssa Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Alyssa Ross @ 2021-03-18  0:40 UTC (permalink / raw)
  To: Cole Helbling; +Cc: devel

[-- Attachment #1: Type: text/plain, Size: 217 bytes --]

>> ---
>> Makefile | 5 +++--
>> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> "Clean up, clean up, everybody do your part!"
>
> Reviewed-by: Cole Helbling <cole.e.helbling@outlook.com>

Committed as e50f81f. :)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-18  0:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-18  0:11 [PATCH ucspi-vsock] Makefile: remove vsock{server,client}.o in clean Alyssa Ross
2021-03-18  0:13 ` Cole Helbling
2021-03-18  0:40   ` Alyssa Ross

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).