mirror of
				https://github.com/troglobit/editline.git
				synced 2025-11-01 01:01:34 +08:00 
			
		
		
		
	Update Debian rules file with configure and stamps
This commit is contained in:
		
							
								
								
									
										8
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							| @@ -9,16 +9,24 @@ | |||||||
| version=0.0.0 | version=0.0.0 | ||||||
| major=0 | major=0 | ||||||
|  |  | ||||||
|  | configure: configure-stamp | ||||||
|  | configure-stamp: | ||||||
|  | 	dh_testdir | ||||||
|  | 	dh_auto_configure | ||||||
|  | 	touch configure-stamp | ||||||
|  |  | ||||||
| build: build-stamp | build: build-stamp | ||||||
| build-stamp: | build-stamp: | ||||||
| 	dh_testdir | 	dh_testdir | ||||||
| 	dh_auto_configure | 	dh_auto_configure | ||||||
| 	dh_auto_build | 	dh_auto_build | ||||||
|  | 	touch $@ | ||||||
|  |  | ||||||
| clean: | clean: | ||||||
| 	dh_testdir | 	dh_testdir | ||||||
| 	dh_auto_clean | 	dh_auto_clean | ||||||
| 	dh_clean | 	dh_clean | ||||||
|  | 	@rm -f build-stamp configure-stamp | ||||||
|  |  | ||||||
| install: build | install: build | ||||||
| 	dh_testdir | 	dh_testdir | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Joachim Nilsson
					Joachim Nilsson