From 0f24f78c782bda6b28e809440b14e6a15684ead9 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Thu, 14 Sep 2017 08:28:44 -0400 Subject: Use GNU Make's '-C' flag Forgot about that flag when that was written. Somehow. --- projects/grub/grub | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'projects/grub') diff --git a/projects/grub/grub b/projects/grub/grub index 42794dda..1c729663 100755 --- a/projects/grub/grub +++ b/projects/grub/grub @@ -89,12 +89,7 @@ build() { grub_copy_modules - # Temporary until the function project_make_distclean is written - ( - cd "${sources_path}" || return - - make distclean - ) + make -C "${sources_path}" distclean } build_check() { -- cgit v1.2.3-70-g09d2