build: Delete all the .service and .conf files upon 'make clean'.
* nix/local.mk (CLEANFILES): Define to add $(nodist_systemdservice_DATA) and $(nodist_upstartjob_DATA).
This commit is contained in:
		
							parent
							
								
									4cb7786eff
								
							
						
					
					
						commit
						b20644ed18
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		|  | @ -22,7 +22,7 @@ | ||||||
| #
 | #
 | ||||||
| 
 | 
 | ||||||
| BUILT_SOURCES += %D%/libstore/schema.sql.hh | BUILT_SOURCES += %D%/libstore/schema.sql.hh | ||||||
| CLEANFILES += $(BUILT_SOURCES) etc/guix-daemon.service etc/guix-daemon.conf | CLEANFILES += $(BUILT_SOURCES) | ||||||
| 
 | 
 | ||||||
| noinst_LIBRARIES = libformat.a libutil.a libstore.a | noinst_LIBRARIES = libformat.a libutil.a libstore.a | ||||||
| 
 | 
 | ||||||
|  | @ -205,6 +205,10 @@ etc/guix-%.conf: etc/guix-%.conf.in	\ | ||||||
| 	       "$<" > "$@.tmp";		\
 | 	       "$<" > "$@.tmp";		\
 | ||||||
| 	mv "$@.tmp" "$@" | 	mv "$@.tmp" "$@" | ||||||
| 
 | 
 | ||||||
|  | CLEANFILES +=					\
 | ||||||
|  |   $(nodist_systemdservice_DATA)			\
 | ||||||
|  |   $(nodist_upstartjob_DATA) | ||||||
|  | 
 | ||||||
| EXTRA_DIST +=					\
 | EXTRA_DIST +=					\
 | ||||||
|   %D%/libstore/schema.sql			\
 |   %D%/libstore/schema.sql			\
 | ||||||
|   %D%/AUTHORS					\
 |   %D%/AUTHORS					\
 | ||||||
|  |  | ||||||
		Reference in a new issue