On 2017-06-28 11:08, [ext] [email protected] wrote: > From: Claudius Heine <[email protected]> > > Currently the 'bg_printenv' symlink is not deleted when calling the > 'make clean' target. > > Adding this symlink to 'CLEANFILES' fixes this issue. > > Signed-off-by: Claudius Heine <[email protected]> > --- > Makefile.am | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Makefile.am b/Makefile.am > index 01a30cf..47871b0 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -84,6 +84,7 @@ install-exec-hook: > $(LN_S) bg_setenv$(EXEEXT) \ > $(DESTDIR)$(bindir)/bg_printenv$(EXEEXT) > > +
Unrelated (and unneeded?) whitespace change. > # > # EFI compilation > # > @@ -187,3 +188,4 @@ bg_printenvdir = $(top_srcdir) > bg_printenv: $(bg_setenv) > $(LN_S) bg_setenv bg_printenv > > +CLEANFILES += bg_printenv > Jan -- Siemens AG, Corporate Technology, CT RDA ITP SES-DE Corporate Competence Center Embedded Linux -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/087e9302-4701-78e9-0df7-01b344b66d23%40siemens.com. For more options, visit https://groups.google.com/d/optout.
